home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / NObject.h < prev    next >
Encoding:
Text File  |  1992-04-05  |  132 b   |  8 lines

  1.   #import <objc/Object.h>
  2.   #import <appkit/Application.h>
  3. @interface NObject: Object
  4. {
  5. }
  6. - doesNotRecognize: (SEL)aSelector ;
  7. @end
  8.